fix(multiweb): 修复 Desktop 首帧与 iOS KLIB 缓存 - #22
Merged
Conversation
generalio
marked this pull request as ready for review
August 8, 2026 18:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
修复 macOS Desktop JCEF 首帧需要拖动窗口才显示的问题,并修复新版 Xcode 与 Kotlin Native 消费 MultiWeb iOS KLIB 时的重复 WKUIDelegate selector 缓存构建失败。
改动内容
平台影响
验证命令与结果
风险与兼容性
无公共 API 成员增删。Android/JVM API 基线中的接口默认方法标记因 Kotlin 2.4.10 变化而更新,旧 DefaultImpls 仍保留,现有调用方二进制兼容。JS 桥来源校验、Cookie、文件访问、下载和外部导航策略均未放宽。
文档变更
更新 Desktop 首帧同步相关中文 KDoc;未更新 README,因为对外接入方式未变化。